SQL:2003
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
top
SQL:2003 is the fifth revision of the SQL database query language. The standard consists of 9 parts which are described in detail in SQL. It was updated by SQL:2006.
Contents
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
New features
• the sequence generator, which allows standardized sequences
• two new column types: auto-generated values and identity-columns
• the new MERGE statement
• extensions to the CREATE TABLE statement, to allow "CREATE TABLE AS" and "CREATE TABLE LIKE"
• removal of the poorly implemented "BIT" and "BIT VARYING" data types
• OLAP capabilities (initially added in SQL:1999) were extended with a window function.cite-ref-jensenpedersen2010-2-0[2]
For details see.cite-ref-3[3]
Documentation availability
The SQL standard is not freely available but may be purchased from ISO or ANSI. A late draft is available as a zip archive Archived 2016-03-30 at the Wayback Machine from Whitemarsh Information Systems Corporation. The zip archive contains a number of PDF files that define the parts of the SQL:2003 specification.
References
External links